revoke token

This block is part of the session management group and was last modified in core v12.0.7.

revoke token v12.0.7

Revokes all access tokens based of the authentication document.

In pins 1 + flow
  • flow
    flow
  • auth. guid required
    value

    The GUID of authentication storage document, not the access token.

Out pins 2 + flow
  • flow
    flow
  • revoked
    condition

    Returns true if we could successfully revoke the given authentication document and the access-tokens generated from it.

  • error
    value

A typical wiring for revoke token: branch feeds the flow pin; value feeds the guid pin; the flow out pin feeds branch.

Studio canvas example for the revoke token block: typical wiring for revoke token.

Commonly used with

In production blueprints, this block is most often wired together with:

  • branch: wired in both directions with this block.
  • get fields: feeds into this block. Gets the selected fields from the given object.
  • new object: this block feeds into it. Builds a new object filled with the given fields.
  • create: feeds into this block. Creates a new function that can be executed using the given name.

Version history

Introduced in v12.0.7.


Back to session management Return to the main group to view all sub-groups Back to session management Return to the group to view all blocks within this group